home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / scriptdef / Status Bar Banner 1.sd < prev    next >
INI File  |  2004-06-28  |  894b  |  47 lines

  1. [SUBJECT]
  2. Description=Displays a scrolling text banner on the status bar - 1st variant
  3. ImageIndex=-1
  4. Folder=Text Effects
  5.  
  6.  
  7. [HEAD_TEXT]
  8. ;<script language="JavaScript">
  9. ;<!-- begin script
  10. ;var posBan4=0, ban4, delayBan4, msgBan4;
  11. ;msgBan4="`message`";
  12. ;function banniere4() {
  13. ;  delayBan4 = `delay`;
  14. ;  if (posBan4 >= msgBan4.length)
  15. ;    posBan4 = 0;
  16. ;  else if (posBan4 == 0) {
  17. ;    msgBan4 = '        ' + msgBan4;
  18. ;    while (msgBan4.length < 128)
  19. ;      msgBan4 += '        ' + msgBan4;
  20. ;  }
  21. ;  window.status = msgBan4.substring(posBan4,posBan4+msgBan4.length);
  22. ;  posBan4++;
  23. ;  ban4 = setTimeout("banniere4(delayBan4)",delayBan4);
  24. ;}
  25. ;// end script -->
  26. ;</script>
  27. ;
  28.  
  29.  
  30. [BODY_TAG]
  31. ;onLoad="banniere4();" onUnload="clearTimeout(ban4)"
  32.  
  33.  
  34. [BODY_TEXT]
  35.  
  36.  
  37. [`message`]
  38. Kind=S
  39. Value=This text is the preview of your result.
  40.  
  41.  
  42.  
  43. [`delay`]
  44. Kind=N
  45. Value=100
  46.  
  47.